-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: open in explore traces button #335
base: main
Are you sure you want to change the base?
feat: open in explore traces button #335
Conversation
src/components/OpenInExploreTracesButton/OpenInExploreTracesButton.tsx
Outdated
Show resolved
Hide resolved
hmm, spell-check doesn't like word |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor request to rename all instances of drilldown
to Drilldown
and then we're good to merge!
href={href} | ||
onClick={() => setReturnToPrevious(returnToPreviousSource || 'previous')} | ||
> | ||
Open in Traces drilldown |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drilldown
should be uppercase. It might also be useful to have a prop for this text:
Open in Traces drilldown | |
{props.title ?? 'Open in Traces Drilldown'} |
Exposes an OpenInExploreTracesButton component which takes properties and creates a LinkButton with a href to navigate to the Explore Traces app from outside.